History for FastImage library:


; v1.74
; - declaration of some functions is changed, now it is possible to use fractional
;   numbers (float values) for coordinates, scale and etc. for drawing
; - added new functions:
;	SetCoordsRound for compatibility with the previous version of library + new example FastImage_Example_CoordsRound.bb 
;	SetTint + new example FastImage_Example_Tint.bb
;	DrawPolyEx
;	SetDefault
;	CountImages
;	GetImageByIndex
;	UpdateImage
;	UpdateImageFlag
; - fixed bug for SetBlend & SetCustomBlend
; - functions DrawText & DrawTextRect changed. Now the frame of each character/symbol is drawn completely
; - added new argument customKerning% for SetImageFont function + new example FastImage_Example_TextAndFont_Kerning.bb
; - now blend mode by default - FI_ALPHABLEND (after library start with InitDraw and after SetDefault function)
; - algorithm of preservation and restoration DirectX states is optimized
;
; * don't forget to update dll, decls and include files in your Blitz3D and projects!
;


; v1.73
; - added new function ImagesIsLost
; - added version for Blitz3D SDK 1.04 (PureBasic include and examples)
; - rewritten include-file for more easy wrap SDK version to other programming languages
; - added new function DrawRoundRect and example FastImage_Example_RoundRect.bb (for Blitz3D) 


; v1.72 (for Blitz3D only)
; - The algorithm for viewport has been completely rewritten.
;   Now it handles clipping of invisible parts properly on any graphics card and it no longer uses clip-planes.
;   Warning! The 2D projection transformation doesn't affect the viewport anymore.


; v1.7
; - added reconstructions of the library after blocking OS (Win+L)
;   and output from fullscreen mode (Alt+Tab), currently only for Blitz3D version 1.99 and Blitz3D SDK 1.02 !
; - added new parameter maxWidth% for DrawText function
; - added new parameter maxWidth% for StringWidthEx function
; - added new flag for DrawTextRect function (allows not to draw text on screen and afterwards get characteristic of the formatted text)
; - added new functions: TextRectCount, TextRectMaxWidth, TextRectWidth for reception characteristic text after command DrawTextRect


; v1.61
; - fixed bug (affected EntityFX=4 from Blitz to vertex alpha)
; -           3 1.99.
; - corrected conclusion of the text and anim images in connection with particularity Blitz3D 1.99

